home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / Scripts / setcredit.bat < prev   
DOS Batch File  |  2005-10-17  |  610b  |  18 lines

  1. echo off
  2. REM   Copyright (c) 1999-2005 PaperCut Software Pty. Ltd.
  3. REM
  4. REM ##########################################################################
  5. REM #  
  6. REM # A simple script to set the balance of the the given user.
  7. REM #
  8. REM # This script requires 2 arguments; the user who's credit is being set,
  9. REM # and the amount to set the credit to.
  10. REM #
  11. REM # This script records any errors or events under the PaperCut Application
  12. REM # event log.
  13. REM #
  14. REM ##########################################################################
  15. REM 
  16.  
  17. "%~d0%~p0..\PaperCut.exe" /user "%1" /set-credit "%2"
  18.